home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / binutils.252 / gas / config / tc-vax.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-10  |  324 b   |  21 lines

  1. /*
  2.  * This file is tc-vax.h.
  3.  */
  4.  
  5. #define TC_VAX 1
  6.  
  7. #define NO_RELOC 0
  8.  
  9. #define tc_aout_pre_write_hook(x)    {;}    /* not used */
  10. #define tc_crawl_symbol_chain(a)    {;}    /* not used */
  11. #define tc_headers_hook(a)        {;}    /* not used */
  12.  
  13. /*
  14.  * Local Variables:
  15.  * comment-column: 0
  16.  * fill-column: 131
  17.  * End:
  18.  */
  19.  
  20. /* end of tc-vax.h */
  21.